laravel hash check password, Verifying That A Password Matches A Hash

133

laravel hash check password, Verifying That A Password Matches A Hash -

if (Hash::check('plain-text', $hashedPassword)) {
    // The passwords match...
}

Comments

Submit
0 Comments